Skip to content

[Version 13.0] Feature support for Partial properties and indexers - #1776

Draft
RexJaeschke wants to merge 6 commits into
draft-v13from
v13-Partial-properties-and-indexers
Draft

[Version 13.0] Feature support for Partial properties and indexers#1776
RexJaeschke wants to merge 6 commits into
draft-v13from
v13-Partial-properties-and-indexers

Conversation

@RexJaeschke

@RexJaeschke RexJaeschke commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

This is Rex's adaptation of the corresponding MS proposal.

15.7.x Partial properties: This new subclause’s contents were cloned from draft-v9 AFTER proposed edits of 15.6.9, “Partial methods,” to support “Extending partial methods.” So, if that proposal (PR #991) was NOT adopted as proposed, changes might be needed here.

15.9.x Partial indexers: This new subclause’s contents were cloned from “Partial properties” above, which was in turn cloned from draft-v9 AFTER proposed edits of 15.6.9, “Partial methods,” to support “Extending partial methods.” So, if that proposal (PR #991) was NOT adopted as proposed, changes might be needed here.

@RexJaeschke RexJaeschke added this to the C# 13 milestone Aug 12, 2026
@RexJaeschke RexJaeschke added type: feature This issue describes a new feature Review: pending Proposal is available for review labels Aug 12, 2026
@RexJaeschke
RexJaeschke marked this pull request as draft August 12, 2026 18:31
BillWagner added a commit that referenced this pull request Aug 18, 2026
…al properties and indexers

Source: #1776
Head SHA: cdbe5ef

Apply partial properties and indexers feature patch from PR #1776 to alpha-v13.
Applied with 3-way merge to resolve relocation conflicts.
3 files modified: attributes.md, classes.md, documentation-comments.md
BillWagner added a commit that referenced this pull request Aug 18, 2026
…e from feature patches

Applied patches inadvertently introduced trailing whitespace on three lines:

- Line 2393 (PR #1783): Removed double trailing space after IList<T> list item
- Line 4581 (PR #1776): Changed '> ' to '>' for blockquote blank line (matches repo convention)
- Line 4616 (PR #1776): Changed '> ' to '>' for blockquote blank line (matches repo convention)

Repo standard for blockquote blank lines is '>$' without trailing space (627 instances
in baseline vs 40 with space). This commit restores compliance.

Files: standard/classes.md (3 line fixes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Review: pending Proposal is available for review type: feature This issue describes a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant